home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 November
/
CMCD1104.ISO
/
Software
/
Shareware
/
Utilitare
/
picozip
/
PicoZipSetup.exe
/
{app}
/
PicoZip.exe
/
0
/
RCDATA
/
TFMGETPASSWORD
/
TFMGETPASSWORD.txt
Wrap
Text File
|
2004-09-09
|
2KB
|
91 lines
object fmGetPassword: TfmGetPassword
Left = 475
Top = 401
HelpContext = 860
BorderStyle = bsDialog
Caption = 'Password Required'
ClientHeight = 104
ClientWidth = 338
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object laPassword: TLabel
Left = 8
Top = 32
Width = 128
Height = 13
Caption = 'Please enter the &password:'
FocusControl = edPassword
end
object laFile: TLabel
Left = 8
Top = 8
Width = 19
Height = 13
Caption = 'File:'
end
object laFileName: TLabel
Left = 32
Top = 8
Width = 217
Height = 13
AutoSize = False
end
object edPassword: TEdit
Left = 8
Top = 48
Width = 241
Height = 21
MaxLength = 100
TabOrder = 0
end
object buOK: TButton
Left = 256
Top = 8
Width = 75
Height = 25
Caption = '&OK'
Default = True
TabOrder = 1
OnClick = buOKClick
end
object buCancel: TButton
Left = 256
Top = 40
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
object ckMask: TCheckBox
Left = 8
Top = 80
Width = 97
Height = 17
Caption = '&Mask Password'
Checked = True
State = cbChecked
TabOrder = 4
OnClick = ckMaskClick
end
object buHelp: TButton
Left = 256
Top = 72
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 3
OnClick = buHelpClick
end
end